5
תגובות
מה לא בסדר?
פתח
יוווווווווואו
,
<?php
$filename1 = 'pic1.jpg';
$filename2 = 'logo.png';
header('Content-Type: image/jpeg');
$image1 = imagecreatefromjpeg($filename1);
$image2 = imagecreatefrompng($filename2);
imagecopyresampled($image1, $image2, 80, 80, 10, 10, 100, 100, 130, 130);
imagejpeg($image1, null, 200);
?>
$filename1 = 'pic1.jpg';
$filename2 = 'logo.png';
header('Content-Type: image/jpeg');
$image1 = imagecreatefromjpeg($filename1);
$image2 = imagecreatefrompng($filename2);
imagecopyresampled($image1, $image2, 80, 80, 10, 10, 100, 100, 130, 130);
imagejpeg($image1, null, 200);
?>
5 תשובות
שים רגע את ה header בהערה ותראה מה הודעת השגיאה.
מה זה 200 ? 100 מקסימום.
ענה
יוווווווווואו
ב
20 לינואר 2012
#
הורדתי את ה-header ופיירפוקס קרס :/
ענה
יוווווווווואו
ב
20 לינואר 2012
#
עזוב.. אני דפוק... שחכתי לשים בתיקייה את logo.png... -_-
ענה
יוווווווווואו
ב
20 לינואר 2012
#
תודה בכל מקרה (;